Package-level declarations

Types

Link copied to clipboard
enum Band : Enum<Band>

Represents a frequency band into which a Wifi channel operates.

Link copied to clipboard

Represents a Wifi channel.

Link copied to clipboard
interface ScanResult

Wifi network environment scan result.

Link copied to clipboard
interface SecurityMode

Security mode configured on a Wifi access point or used for connecting to a Wifi station.

Properties

Link copied to clipboard
@get:JvmName(name = "isValidPassword")
val String.validPassword: Boolean

Tells whether the receiver String is a valid Wifi password.